home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / Emilia.swf / scripts / frame_15 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  466 b   |  22 lines

  1. function girl3()
  2. {
  3.    if(this.model_mc.x0 and this.model_mc.y0)
  4.    {
  5.       this.model_mc._x = this.model_mc.x0 + 170;
  6.       this.model_mc._y = this.model_mc.y0;
  7.       this.model_mc._xscale = this.model_mc._yscale = 90;
  8.       this.model_mc._rotation = 0;
  9.    }
  10. }
  11. function SetPrintJob()
  12. {
  13.    my_pj = new PrintJob();
  14.    my_pj.start();
  15.    my_pj.addPage("_root",{printAsBitmap:true});
  16.    my_pj.send();
  17.    delete my_pj;
  18. }
  19. stop();
  20. girl3();
  21. sound_ini();
  22.